alias start {
  writeini wars.ini Users $1 yes
  msg $nick pm the bot for next step
}
on *:TEXT:`roleplay:#:{  
  if ($readini( wars.ini,users,$nick ) = yes ) {  notice $nick pm the bot for next step    | halt }
  else { /start $nick   }
}

on *:text:`rolecharacters:#: {
  msg $nick type `pick <choice> on chan 
  msg $Nick goku
  msg $nick pikachu
  msg $nick vegeta
  msg $nick naruto
}
on *:text:`pick goku:#: {
  msg $nick you are now goku rember that
  msg $Nick your moves are kick and kamahamaha
}
on *:text:`pick pikachu:#: {
  msg $nick you are now pikachu rember that
  msg $nick your moves are thunder and mega punch
}
on *:text:`pick vegeta:#: {
  msg $nick your now vegeta rember that
  msg $Nick your moves are punch and bigbang
}
on *:text:`pick naruto:#: {
  msg $ick you are now naruto rember that
  msg $Nick your moves are shadow clone and punch,kick
}
on *:text:`bot:#: {
  msg $Nick ples pm bot for next step
}
on *:text:`start:#: {
  msg $chan $Nick has stared roleplaybot type `roleplay
}
on *:text:`stop:#: {
  msg $chan $nick has stoped roleplaybot
}
on *:text:`battle:#: {
  msg $chan $Nick enters arena
  mode # +v $nick
}
on *:text:`kick yoshi:#: {
  msg $chan yoshi loses 10 hp 
}
on *:text:`kamahamaha yoshi:#: {
  msg $chan yoshi loses 50 hp
}
on *:text: `thunder jub369:#: {
  msg $chan jub369 loses 10 hp
}
on *:text:`mega punch jub369:#: {
  msg $chan jub369 lose 50 hp
}
on *:text:`bite:#: {
  /msg $chan bites $$1)
}
on *:text:`shoot:#: {
  /msg $chan shoots $$1)
}
on *:text:`kick:#: {
  /msg $chan kicks $$1)
}
on *:text:`punch:#: {
  /msg $chan punches $$1)
}
